'Declaration
Public Function New( _ ByVal strokeStyles As System.Collections.Generic.List(Of NStrokeStyle), _ ByVal applyToMarkers As System.Boolean, _ ByVal applyToDataLabels As System.Boolean _ )
'Usage
Dim strokeStyles As System.Collections.Generic.List(Of NStrokeStyle) Dim applyToMarkers As System.Boolean Dim applyToDataLabels As System.Boolean Dim instance As New NSeriesDataItemStrokeStyleApplicator(strokeStyles, applyToMarkers, applyToDataLabels)
public NSeriesDataItemStrokeStyleApplicator( System.Collections.Generic.List<NStrokeStyle> strokeStyles, System.bool applyToMarkers, System.bool applyToDataLabels )
Parameters
- strokeStyles
- applyToMarkers
- applyToDataLabels